UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 936 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Script = /*#__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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M13 1a2.1 2.1 0 0 1 .5.07c-.8.21-1.4.89-1.48 1.73l-.02.14V13.5a1.5 1.5 0 0 1-3 0V12a1 1 0 0 0-1-1H3V3.5A2.5 2.5 0 0 1 5.5 1H13ZM8 12v1.5c0 .56.2 1.08.51 1.5H5.18h.37H3a2 2 0 0 1-2-2v-.5c0-.28.22-.5.5-.5H8Zm6-10a.97.97 0 0 0-.5.14c-.3.17-.5.49-.5.86v2h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Z" })); }); Script.displayName = 'Script'; export var ScriptDimensions = { height: 16, width: 16 };