UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.53 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Classification = /*#__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: "m9.02 6-1.5 1.5H4.26a.75.75 0 0 0-.75.75v11.5c0 .41.34.75.75.75h11.5c.41 0 .75-.34.75-.75v-3.28l1.5-1.49v4.77c0 1.24-1 2.25-2.25 2.25H4.25C3.01 22 2 21 2 19.75V8.25C2 7.01 3 6 4.25 6h4.77zm-3.8 6.22 2-2a.75.75 0 0 1 .98-.07l.08.07 5.5 5.5c.27.27.3.68.07.98l-.07.08-2 2a.75.75 0 0 1-.98.07l-.08-.07-5.5-5.5a.75.75 0 0 1-.07-.98l.07-.08 2-2-2 2zm16.06-9.5a2.58 2.58 0 0 1-.47 4.01l-.14.09-1.17.62.51.51a3.25 3.25 0 0 1 .14 4.45l-.14.15-1.23 1.23a.75.75 0 0 1-.98.07l-.08-.07-.47-.47-1.47 1.47a.75.75 0 0 1-.98.07l-.08-.07-5.5-5.5a.75.75 0 0 1-.07-.98l.07-.08 1.47-1.47-.47-.47a.75.75 0 0 1-.07-.98l.07-.08 1.23-1.23a3.25 3.25 0 0 1 4.45-.14l.15.14.51.51.62-1.16c.09-.17.2-.33.32-.48l.13-.14c1.01-1 2.64-1 3.65 0zm-9.53 5.1-.94.93 4.44 4.44.94-.94-4.44-4.44zm6.94-4.04c-.05.05-.1.1-.13.17l-.06.09-.83 1.57.72.72 1.57-.84a1.08 1.08 0 1 0-1.27-1.71z" })); }); Classification.displayName = 'Classification'; export var ClassificationDimensions = { height: 24, width: 24 };