@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Backpack = /*#__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: "M21.18 18.5a2.68 2.68 0 0 0-2.68 2.68c0 .18.14.32.32.32h10.36c.18 0 .32-.14.32-.32 0-1.48-1.2-2.68-2.68-2.68h-5.64ZM24 4a8 8 0 0 0-7.95 7.11A16 16 0 0 0 8 25v3h32v-3a16 16 0 0 0-8.05-13.89A8 8 0 0 0 24 4Zm0 5c-1.76 0-3.46.29-5.05.81a5.5 5.5 0 0 1 10.1 0A15.98 15.98 0 0 0 24 9Zm-8 12.18A5.18 5.18 0 0 1 21.18 16h5.64A5.18 5.18 0 0 1 32 21.18 2.82 2.82 0 0 1 29.18 24H18.82A2.82 2.82 0 0 1 16 21.18Zm0 9.32v3.25a1.25 1.25 0 1 0 2.5 0V30.5H40v8.25c0 2.9-2.35 5.25-5.25 5.25h-21.5A5.25 5.25 0 0 1 8 38.75V30.5h8Z"
}));
});
Backpack.displayName = 'Backpack';
export var BackpackDimensions = {
height: 48,
width: 48
};