UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.34 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ArchiveSettings = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M4.5 3C3.67 3 3 3.67 3 4.5v2C3 7.33 3.67 8 4.5 8h19c.83 0 1.5-.67 1.5-1.5v-2c0-.83-.67-1.5-1.5-1.5h-19ZM24 9.5H4v10.75A4.75 4.75 0 0 0 8.75 25h5.75A7.5 7.5 0 0 1 24 13.87V9.5Zm-13 3.75c0-.41.34-.75.75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm4.36 5.94-1.03.26a6.8 6.8 0 0 0 0 2.15l.98.23a2 2 0 0 1 1.45 2.52l-.32 1.1c.52.45 1.11.83 1.75 1.1l.85-.9a2 2 0 0 1 2.9 0l.85.9a6.2 6.2 0 0 0 1.75-1.09l-.34-1.16a2 2 0 0 1 1.44-2.5l1.03-.25a6.8 6.8 0 0 0 0-2.15l-.99-.23a2 2 0 0 1-1.45-2.51l.33-1.1a6.2 6.2 0 0 0-1.75-1.1l-.85.88a2 2 0 0 1-2.9 0l-.85-.9a6.2 6.2 0 0 0-1.75 1.1l.34 1.16a2 2 0 0 1-1.45 2.5ZM22 20.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })); }); ArchiveSettings.displayName = 'ArchiveSettings'; export var ArchiveSettingsDimensions = { height: 28, width: 28 };