@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BackpackAdd = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15.52 11.43a8.5 8.5 0 0 1 16.96 0 16 16 0 0 1 7.39 11.51 12.96 12.96 0 0 0-8.16-.52c.19-.38.29-.8.29-1.24A5.18 5.18 0 0 0 26.82 16h-5.64A5.18 5.18 0 0 0 16 21.18 2.82 2.82 0 0 0 18.82 24h9.25c-1.62 1.02-3 2.39-4.03 4H8v-3c0-5.72 3-10.74 7.52-13.57Zm13.53-1.62a5.5 5.5 0 0 0-10.1 0 15.98 15.98 0 0 1 10.1 0ZM22 35c0-1.58.28-3.1.8-4.5h-4.3v3.25a1.25 1.25 0 1 1-2.5 0V30.5H8v8.25c0 2.9 2.35 5.25 5.25 5.25h12.37A12.96 12.96 0 0 1 22 35Zm-3.5-13.82c0-1.48 1.2-2.68 2.68-2.68h5.64c1.48 0 2.68 1.2 2.68 2.68 0 .18-.14.32-.32.32H18.82a.32.32 0 0 1-.32-.32ZM46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-10-7a1 1 0 1 0-2 0v6h-6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6v-6Z"
}));
});
BackpackAdd.displayName = 'BackpackAdd';
export var BackpackAddDimensions = {
height: 48,
width: 48
};