@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CopyAdd = /*#__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: "M4.5 6.75V4.63C3.63 4.93 3 5.77 3 6.75v10.5A4.75 4.75 0 0 0 7.75 22h5.06c-.42-.44-.79-.94-1.08-1.5H7.75a3.25 3.25 0 0 1-3.25-3.25V6.75z"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 11.17a6.52 6.52 0 0 0-7.69 8.33H7.75c-1.24 0-2.25-1-2.25-2.25v-13C5.5 3.01 6.5 2 7.75 2h9C17.99 2 19 3 19 4.25v6.92z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm.5 8.5V18h2.5a.5.5 0 0 0 0-1H18v-2.5a.5.5 0 1 0-1 0V17h-2.5a.5.5 0 0 0 0 1H17v2.5a.5.5 0 1 0 1 0z"
}));
});
CopyAdd.displayName = 'CopyAdd';
export var CopyAddDimensions = {
height: 24,
width: 24
};