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 SquareHintArrowBack = /*#__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: "M3.5 3.75c0-.14.11-.25.25-.25h.5a.75.75 0 0 0 0-1.5h-.5C2.78 2 2 2.78 2 3.75v.5a.75.75 0 0 0 1.5 0v-.5zM7 2a.75.75 0 0 0 0 1.5h2A.75.75 0 0 0 9 2H7zm4.75 0a.75.75 0 0 0 0 1.5h.5c.14 0 .25.11.25.25v.5a.75.75 0 0 0 1.5 0v-.5C14 2.78 13.22 2 12.25 2h-.5zM3.5 7A.75.75 0 0 0 2 7v2a.75.75 0 0 0 1.5 0V7zm0 4.75a.75.75 0 0 0-1.5 0v.5c0 .97.78 1.75 1.75 1.75h.5a.75.75 0 0 0 0-1.5h-.5a.25.25 0 0 1-.25-.25v-.5zM15 10.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM9.6 7.9a.5.5 0 0 0-.7 0L7.15 9.65a.5.5 0 0 0 0 .7L8.9 12.1a.5.5 0 0 0 .7-.7l-.9-.9h1.55c.97 0 1.75.78 1.75 1.75v.25a.5.5 0 0 0 1 0v-.25a2.75 2.75 0 0 0-2.75-2.75H8.71l.9-.9a.5.5 0 0 0 0-.7z" })); }); SquareHintArrowBack.displayName = 'SquareHintArrowBack'; export var SquareHintArrowBackDimensions = { height: 16, width: 16 };