UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

27 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ImageAltText = /*#__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: "M1 3c0-1.1.9-2 2-2h7a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3zm2.5 1a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zM16.75 8.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5z" }), /*#__PURE__*/React.createElement("path", { d: "M13 9a3 3 0 0 1-3 3H4v6.75c0 .63.18 1.21.49 1.7l6.93-6.8.14-.13c.83-.7 2.05-.7 2.89.01l.13.12 6.93 6.8c.31-.49.49-1.07.49-1.7V7.25C22 5.45 20.54 4 18.75 4H13v5zm3.75-2a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5z" }), /*#__PURE__*/React.createElement("path", { d: "m12.47 14.72.09-.07c.26-.2.61-.2.87-.01l.1.08 6.92 6.8c-.5.3-1.08.48-1.7.48H7.25c-.62 0-1.2-.18-1.7-.48l6.92-6.8z" })); }); ImageAltText.displayName = 'ImageAltText'; export var ImageAltTextDimensions = { height: 24, width: 24 };