@wordpress/icons 9.32.0 → 9.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/build/icon/index.js +8 -6
- package/build/icon/index.js.map +1 -1
- package/build/library/settings.js +3 -1
- package/build/library/settings.js.map +1 -1
- package/build/library/sides-all.js +1 -4
- package/build/library/sides-all.js.map +1 -1
- package/build/library/sides-bottom.js +4 -5
- package/build/library/sides-bottom.js.map +1 -1
- package/build/library/sides-horizontal.js +5 -7
- package/build/library/sides-horizontal.js.map +1 -1
- package/build/library/sides-left.js +3 -7
- package/build/library/sides-left.js.map +1 -1
- package/build/library/sides-right.js +3 -7
- package/build/library/sides-right.js.map +1 -1
- package/build/library/sides-top.js +3 -7
- package/build/library/sides-top.js.map +1 -1
- package/build/library/sides-vertical.js +5 -7
- package/build/library/sides-vertical.js.map +1 -1
- package/build-module/icon/index.js +9 -7
- package/build-module/icon/index.js.map +1 -1
- package/build-module/library/settings.js +3 -1
- package/build-module/library/settings.js.map +1 -1
- package/build-module/library/sides-all.js +1 -4
- package/build-module/library/sides-all.js.map +1 -1
- package/build-module/library/sides-bottom.js +4 -5
- package/build-module/library/sides-bottom.js.map +1 -1
- package/build-module/library/sides-horizontal.js +5 -7
- package/build-module/library/sides-horizontal.js.map +1 -1
- package/build-module/library/sides-left.js +3 -7
- package/build-module/library/sides-left.js.map +1 -1
- package/build-module/library/sides-right.js +3 -7
- package/build-module/library/sides-right.js.map +1 -1
- package/build-module/library/sides-top.js +3 -7
- package/build-module/library/sides-top.js.map +1 -1
- package/build-module/library/sides-vertical.js +5 -7
- package/build-module/library/sides-vertical.js.map +1 -1
- package/build-types/icon/index.d.ts +7 -12
- package/build-types/icon/index.d.ts.map +1 -1
- package/build-types/library/settings.d.ts.map +1 -1
- package/build-types/library/sides-all.d.ts.map +1 -1
- package/build-types/library/sides-horizontal.d.ts.map +1 -1
- package/build-types/library/sides-vertical.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/icon/index.js +8 -6
- package/src/library/settings.js +2 -1
- package/src/library/sides-all.js +1 -4
- package/src/library/sides-bottom.js +3 -3
- package/src/library/sides-horizontal.js +4 -6
- package/src/library/sides-left.js +3 -3
- package/src/library/sides-right.js +3 -3
- package/src/library/sides-top.js +3 -3
- package/src/library/sides-vertical.js +4 -6
- package/tsconfig.tsbuildinfo +1 -1
@@ -1,17 +1,12 @@
|
|
1
|
-
|
1
|
+
declare const _default: import("react").ForwardRefExoticComponent<{
|
2
|
+
icon: JSX.Element;
|
3
|
+
size?: number | undefined;
|
4
|
+
} & {
|
5
|
+
isPressed?: boolean | undefined;
|
6
|
+
} & Pick<import("react").SVGProps<SVGSVGElement>, "string" | "end" | "accumulate" | "local" | "color" | "clip" | "style" | "unicode" | "fill" | "stroke" | "x" | "y" | "clipPath" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "mask" | "offset" | "overflow" | "textDecoration" | "azimuth" | "alignmentBaseline" | "baselineShift" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "additive" | "values" | "path" | "key" | "crossOrigin" | "href" | "max" | "media" | "method" | "min" | "name" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "target" | "type" | "accentHeight" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("react").RefAttributes<HTMLElement>>;
|
7
|
+
export default _default;
|
2
8
|
export type IconProps = {
|
3
9
|
icon: JSX.Element;
|
4
10
|
size?: number;
|
5
11
|
} & import('@wordpress/primitives').SVGProps;
|
6
|
-
/** @typedef {{icon: JSX.Element, size?: number} & import('@wordpress/primitives').SVGProps} IconProps */
|
7
|
-
/**
|
8
|
-
* Return an SVG icon.
|
9
|
-
*
|
10
|
-
* @param {IconProps} props icon is the SVG component to render
|
11
|
-
* size is a number specifiying the icon size in pixels
|
12
|
-
* Other props will be passed to wrapped SVG component
|
13
|
-
*
|
14
|
-
* @return {JSX.Element} Icon component
|
15
|
-
*/
|
16
|
-
declare function Icon({ icon, size, ...props }: IconProps): JSX.Element;
|
17
12
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icon/index.js"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icon/index.js"],"names":[],"mappings":";UAKqB,WAAW;;;;;;wBAAlB;IAAC,IAAI,EAAE,WAAW,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAC,GAAG,OAAO,uBAAuB,EAAE,QAAQ"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/library/settings.js"],"names":[],"mappings":";AAKA,
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../src/library/settings.js"],"names":[],"mappings":";AAKA,oCAKE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sides-all.d.ts","sourceRoot":"","sources":["../../src/library/sides-all.js"],"names":[],"mappings":";AAKA,
|
1
|
+
{"version":3,"file":"sides-all.d.ts","sourceRoot":"","sources":["../../src/library/sides-all.js"],"names":[],"mappings":";AAKA,oCAIE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sides-horizontal.d.ts","sourceRoot":"","sources":["../../src/library/sides-horizontal.js"],"names":[],"mappings":";AAKA,
|
1
|
+
{"version":3,"file":"sides-horizontal.d.ts","sourceRoot":"","sources":["../../src/library/sides-horizontal.js"],"names":[],"mappings":";AAKA,2CASE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sides-vertical.d.ts","sourceRoot":"","sources":["../../src/library/sides-vertical.js"],"names":[],"mappings":";AAKA,
|
1
|
+
{"version":3,"file":"sides-vertical.d.ts","sourceRoot":"","sources":["../../src/library/sides-vertical.js"],"names":[],"mappings":";AAKA,yCASE"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wordpress/icons",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.33.0",
|
4
4
|
"description": "WordPress Icons package, based on dashicon.",
|
5
5
|
"author": "The WordPress Contributors",
|
6
6
|
"license": "GPL-2.0-or-later",
|
@@ -29,11 +29,11 @@
|
|
29
29
|
"types": "build-types",
|
30
30
|
"dependencies": {
|
31
31
|
"@babel/runtime": "^7.16.0",
|
32
|
-
"@wordpress/element": "^5.
|
33
|
-
"@wordpress/primitives": "^3.
|
32
|
+
"@wordpress/element": "^5.19.0",
|
33
|
+
"@wordpress/primitives": "^3.40.0"
|
34
34
|
},
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "cc35f517ed017ab7131319af3e87c359e8de175d"
|
39
39
|
}
|
package/src/icon/index.js
CHANGED
@@ -1,25 +1,27 @@
|
|
1
1
|
/**
|
2
2
|
* WordPress dependencies
|
3
3
|
*/
|
4
|
-
import { cloneElement } from '@wordpress/element';
|
4
|
+
import { cloneElement, forwardRef } from '@wordpress/element';
|
5
5
|
|
6
6
|
/** @typedef {{icon: JSX.Element, size?: number} & import('@wordpress/primitives').SVGProps} IconProps */
|
7
7
|
|
8
8
|
/**
|
9
9
|
* Return an SVG icon.
|
10
10
|
*
|
11
|
-
* @param {IconProps}
|
12
|
-
*
|
13
|
-
*
|
11
|
+
* @param {IconProps} props icon is the SVG component to render
|
12
|
+
* size is a number specifiying the icon size in pixels
|
13
|
+
* Other props will be passed to wrapped SVG component
|
14
|
+
* @param {import('react').ForwardedRef<HTMLElement>} ref The forwarded ref to the SVG element.
|
14
15
|
*
|
15
16
|
* @return {JSX.Element} Icon component
|
16
17
|
*/
|
17
|
-
function Icon( { icon, size = 24, ...props } ) {
|
18
|
+
function Icon( { icon, size = 24, ...props }, ref ) {
|
18
19
|
return cloneElement( icon, {
|
19
20
|
width: size,
|
20
21
|
height: size,
|
21
22
|
...props,
|
23
|
+
ref,
|
22
24
|
} );
|
23
25
|
}
|
24
26
|
|
25
|
-
export default Icon;
|
27
|
+
export default forwardRef( Icon );
|
package/src/library/settings.js
CHANGED
@@ -5,7 +5,8 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const settings = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="
|
8
|
+
<Path d="m19 7.5h-7.628c-.3089-.87389-1.1423-1.5-2.122-1.5-.97966 0-1.81309.62611-2.12197 1.5h-2.12803v1.5h2.12803c.30888.87389 1.14231 1.5 2.12197 1.5.9797 0 1.8131-.62611 2.122-1.5h7.628z" />
|
9
|
+
<Path d="m19 15h-2.128c-.3089-.8739-1.1423-1.5-2.122-1.5s-1.8131.6261-2.122 1.5h-7.628v1.5h7.628c.3089.8739 1.1423 1.5 2.122 1.5s1.8131-.6261 2.122-1.5h2.128z" />
|
9
10
|
</SVG>
|
10
11
|
);
|
11
12
|
|
package/src/library/sides-all.js
CHANGED
@@ -5,10 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const sidesAll = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path
|
9
|
-
d="M3.5 17H5V7H3.5v10zM7 20.5h10V19H7v1.5zM19 7v10h1.5V7H19zM7 5h10V3.5H7V5z"
|
10
|
-
style={ { fill: '#1e1e1e' } }
|
11
|
-
/>
|
8
|
+
<Path d="m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z" />
|
12
9
|
</SVG>
|
13
10
|
);
|
14
11
|
|
@@ -5,11 +5,11 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const sidesBottom = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M7 20.5h10V19H7v1.5z" style={ { fill: '#1e1e1e' } } />
|
9
8
|
<Path
|
10
|
-
d="
|
11
|
-
style={ {
|
9
|
+
d="m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z"
|
10
|
+
style={ { opacity: 0.25 } }
|
12
11
|
/>
|
12
|
+
<Path d="m16.5 19.5h-9v-1.5h9z" style={ { fill: '#1e1e1e' } } />
|
13
13
|
</SVG>
|
14
14
|
);
|
15
15
|
|
@@ -6,13 +6,11 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
6
6
|
const sidesHorizontal = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
8
|
<Path
|
9
|
-
d="
|
10
|
-
style={ {
|
11
|
-
/>
|
12
|
-
<Path
|
13
|
-
d="M7 20.5h10V19H7v1.5zm0-17V5h10V3.5H7z"
|
14
|
-
style={ { fill: '#1e1e1e', opacity: 0.1 } }
|
9
|
+
d="m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z"
|
10
|
+
style={ { opacity: 0.25 } }
|
15
11
|
/>
|
12
|
+
<Path d="m4.5 7.5v9h1.5v-9z" />
|
13
|
+
<Path d="m18 7.5v9h1.5v-9z" />
|
16
14
|
</SVG>
|
17
15
|
);
|
18
16
|
|
@@ -5,11 +5,11 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const sidesLeft = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M5 17H3.5V7H5v10z" style={ { fill: '#1e1e1e' } } />
|
9
8
|
<Path
|
10
|
-
d="
|
11
|
-
style={ {
|
9
|
+
d="m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z"
|
10
|
+
style={ { opacity: 0.25 } }
|
12
11
|
/>
|
12
|
+
<Path d="m4.5 16.5v-9h1.5v9z" />
|
13
13
|
</SVG>
|
14
14
|
);
|
15
15
|
|
@@ -5,11 +5,11 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
5
5
|
|
6
6
|
const sidesRight = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
|
-
<Path d="M20.5 7H19v10h1.5V7z" style={ { fill: '#1e1e1e' } } />
|
9
8
|
<Path
|
10
|
-
d="
|
11
|
-
style={ {
|
9
|
+
d="m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z"
|
10
|
+
style={ { opacity: 0.25 } }
|
12
11
|
/>
|
12
|
+
<Path d="m18 16.5v-9h1.5v9z" />
|
13
13
|
</SVG>
|
14
14
|
);
|
15
15
|
|
package/src/library/sides-top.js
CHANGED
@@ -6,10 +6,10 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
6
6
|
const sidesTop = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
8
|
<Path
|
9
|
-
d="
|
10
|
-
style={ {
|
9
|
+
d="m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z"
|
10
|
+
style={ { opacity: 0.25 } }
|
11
11
|
/>
|
12
|
-
<Path d="
|
12
|
+
<Path d="m16.5 6h-9v-1.5h9z" />
|
13
13
|
</SVG>
|
14
14
|
);
|
15
15
|
|
@@ -6,13 +6,11 @@ import { SVG, Path } from '@wordpress/primitives';
|
|
6
6
|
const sidesVertical = (
|
7
7
|
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
8
8
|
<Path
|
9
|
-
d="
|
10
|
-
style={ {
|
11
|
-
/>
|
12
|
-
<Path
|
13
|
-
d="M7 20.5h10V19H7v1.5zm0-17V5h10V3.5H7z"
|
14
|
-
style={ { fill: '#1e1e1e' } }
|
9
|
+
d="m7.5 6h9v-1.5h-9zm0 13.5h9v-1.5h-9zm-3-3h1.5v-9h-1.5zm13.5-9v9h1.5v-9z"
|
10
|
+
style={ { opacity: 0.25 } }
|
15
11
|
/>
|
12
|
+
<Path d="m7.5 6h9v-1.5h-9z" />
|
13
|
+
<Path d="m7.5 19.5h9v-1.5h-9z" />
|
16
14
|
</SVG>
|
17
15
|
);
|
18
16
|
|