File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/icons/src/library Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
import { Path , SVG } from '@wordpress/primitives' ;
5
5
6
6
const lineDashed = (
7
- < SVG xmlns = "http://www.w3.org/2000/svg" width = "24" height = "24" fill = "none ">
7
+ < SVG xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24 ">
8
8
< Path
9
9
fillRule = "evenodd"
10
10
d = "M5 11.25h3v1.5H5v-1.5zm5.5 0h3v1.5h-3v-1.5zm8.5 0h-3v1.5h3v-1.5z"
Original file line number Diff line number Diff line change 4
4
import { Path , SVG } from '@wordpress/primitives' ;
5
5
6
6
const lineDotted = (
7
- < SVG xmlns = "http://www.w3.org/2000/svg" width = "24" height = "24" fill = "none ">
7
+ < SVG xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24 ">
8
8
< Path
9
9
fillRule = "evenodd"
10
10
d = "M5.25 11.25h1.5v1.5h-1.5v-1.5zm3 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5zm1.5 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5z"
Original file line number Diff line number Diff line change 4
4
import { Path , SVG } from '@wordpress/primitives' ;
5
5
6
6
const lineSolid = (
7
- < SVG xmlns = "http://www.w3.org/2000/svg" width = "24" height = "24" fill = "none ">
7
+ < SVG xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24 ">
8
8
< Path d = "M5 11.25h14v1.5H5z" />
9
9
</ SVG >
10
10
) ;
You can’t perform that action at this time.
0 commit comments