UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.26 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentPageBottomLeft = /*#__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.26 16.88.23-1.5h1.48l-.23 1.5H9.26z" }), /*#__PURE__*/React.createElement("path", { d: "M17.75 2c1.2 0 2.17.93 2.24 2.1l.01.15v15.5c0 1.19-.93 2.16-2.1 2.24H6.25c-1.2 0-2.17-.92-2.24-2.09L4 19.75V4.25c0-1.19.93-2.16 2.1-2.24h11.65zM10.4 19.04a.75.75 0 1 0 1.48.24l.14-.9h.73a.75.75 0 0 0 0-1.5h-.5l.24-1.5h.76a.75.75 0 0 0 0-1.5h-.52l.16-1.02a.75.75 0 1 0-1.48-.24l-.2 1.26H9.73l.16-1.02a.75.75 0 1 0-1.48-.24l-.2 1.26h-.96a.75.75 0 0 0 0 1.5h.73l-.24 1.5h-.99a.75.75 0 0 0 0 1.5h.75l-.1.66a.75.75 0 0 0 1.48.24l.14-.9h1.48l-.1.66z" })); }); DocumentPageBottomLeft.displayName = 'DocumentPageBottomLeft'; export var DocumentPageBottomLeftDimensions = { height: 24, width: 24 };