-
Notifications
You must be signed in to change notification settings - Fork 20
feat(plasma-icons): Add icons for 16 dp
#1162
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1162 +/- ##
==========================================
+ Coverage 88.81% 88.92% +0.11%
==========================================
Files 442 445 +3
Lines 6027 6087 +60
Branches 1732 1760 +28
==========================================
+ Hits 5353 5413 +60
Misses 673 673
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Demo canvas app deployed! |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr-1162/ |
16 dp
16 dp
904dc75
to
80be434
Compare
Demo canvas app deployed! |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr-1162/ |
80be434
to
2ea3993
Compare
Demo canvas app deployed! |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr-1162/ |
2ea3993
to
802dcb3
Compare
Demo canvas app deployed! |
Documentation preview deployed! website: http://plasma.sberdevices.ru/pr-1162/ |
<svg width="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clipRule можно убрать
<svg width="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
можно убрать и fillRule и clipRule
<svg width="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
и fillRule и clipRule
|
||
export const Call: React.FC<IconProps> = (props) => ( | ||
<svg width="100%" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<g filter="url(#filter0D116133)"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я что-то не понимаю что этот фильтр делает;
если его убрать то в демо ничего не меняется
<g filter="url(#filter0D116133)"> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
можно убрать и fillRule и clipRule
<svg width="100%" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
оба
|
||
export const Volume1: React.FC<IconProps> = (props) => ( | ||
<svg width="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<g clipPath="url(#clip0116114)"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
нужен ли нам этот фильтр ??
<g clipPath="url(#clip0116114)"> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
оба
|
||
import { IconProps } from '../IconRoot'; | ||
|
||
export const Volume1: React.FC<IconProps> = (props) => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
странное название в этом паке, нет других volume ?
<svg width="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
оба
📦 Published PR as canary version:
Canary Versions
✨ Test out this PR locally via:
npm install @sberdevices/demo-canvas-app@0.70.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-b2c@1.55.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-icons@1.74.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-temple@1.52.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-ui@1.93.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-web@1.90.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/showcase@0.112.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-ui-docs@0.61.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-web-docs@0.48.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 npm install @sberdevices/plasma-website@0.45.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 # or yarn add @sberdevices/demo-canvas-app@0.70.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-b2c@1.55.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-icons@1.74.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-temple@1.52.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-ui@1.93.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-web@1.90.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/showcase@0.112.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-ui-docs@0.61.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-web-docs@0.48.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0 yarn add @sberdevices/plasma-website@0.45.0-canary.1162.9ea49994d9c6079cdd61774c32eecdad3267c78b.0