@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BoxEdit = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13.4 2.51a3.75 3.75 0 0 0-2.8 0l-2.2.9L18 7.12l3.37-1.3c-.14-.12-.3-.2-.46-.28l-7.5-3.04ZM22 7.2l-9.25 3.58v6.84l5.64-5.65a3.29 3.29 0 0 1 3.61-.7V7.2Zm-10.75 3.58v9.9l-.19.74-.04.22a3.73 3.73 0 0 1-.43-.14l-7.5-3.04C2.43 18.18 2 17.54 2 16.83V7.19l9.25 3.58ZM2.63 5.83 12 9.45l3.92-1.52-9.55-3.7L3.1 5.54c-.17.07-.32.16-.46.28Zm16.47 6.84-5.9 5.9c-.35.35-.6.78-.7 1.25l-.47 1.83c-.2.8.53 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.25-.7l5.9-5.9a2.29 2.29 0 0 0-3.23-3.24Z"
}));
});
BoxEdit.displayName = 'BoxEdit';
export var BoxEditDimensions = {
height: 24,
width: 24
};