UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.74 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentWidth = /*#__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: "M17.75 2c1.2 0 2.17.93 2.24 2.1l.01.15v3.52a1.75 1.75 0 0 0-1.49.5A1.73 1.73 0 0 0 18.1 10l.05.16.04.09h-1.52c-.85 0-1.5.65-1.64 1.46l-.01.14L15 12c0 .8.51 1.51 1.33 1.7l.16.04h1.68l-.02.04c-.2.47-.2 1.02.05 1.51l.1.17.09.14.12.14c.4.4.95.57 1.49.48v3.53c0 1.2-.93 2.17-2.1 2.24l-.15.01H6.25c-1.2 0-2.17-.93-2.24-2.1L4 19.75v-3.53a1.7 1.7 0 0 0 1.49-.48l.12-.14.1-.14c.33-.54.37-1.16.14-1.68l-.02-.03h1.51l.17-.01C8.42 13.6 9 12.84 9 12v-.15a1.7 1.7 0 0 0-1.66-1.6H5.82l.04-.1A1.74 1.74 0 0 0 4 7.78V4.25c0-1.2.93-2.17 2.1-2.24L6.25 2h11.5zM4.78 8.97c.27.26.3.68.07.97l-.07.09-1.22 1.22h3.78c.37 0 .66.33.66.75 0 .38-.25.7-.57.74H3.56l1.22 1.23c.27.27.3.68.07.98l-.07.08a.75.75 0 0 1-.98.07l-.08-.07-2.37-2.37A.77.77 0 0 1 1 12c0-.29.14-.54.35-.66l2.37-2.37c.3-.3.77-.3 1.06 0zm14.44 0a.75.75 0 0 1 .98-.08l.08.08 2.37 2.36c.2.13.35.38.35.67 0 .25-.1.47-.28.6l-.07.06-2.37 2.37-.08.07c-.27.2-.62.2-.89 0l-.1-.07-.06-.09a.75.75 0 0 1-.01-.88l.08-.1 1.22-1.21h-3.78l-.1-.01c-.31-.05-.56-.37-.56-.74 0-.38.25-.7.57-.75h3.87l-1.22-1.22-.07-.09a.75.75 0 0 1 .07-.97z" })); }); DocumentWidth.displayName = 'DocumentWidth'; export var DocumentWidthDimensions = { height: 24, width: 24 };