UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.28 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BookQuestionMarkRtl = /*#__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: "M4 4.5v15A2.5 2.5 0 0 0 6.5 22h13.25a.75.75 0 0 0 0-1.5H6.5a1 1 0 0 1-1-1h14.25c.41 0 .75-.34.75-.75V4.5A2.5 2.5 0 0 0 18 2H6.5A2.5 2.5 0 0 0 4 4.5Zm10.5 4.25a.75.75 0 0 1-.75-.73l-.01-.08a.72.72 0 0 0-.12-.26c-.11-.15-.42-.45-1.36-.43-.55 0-.95.24-1.18.51a.92.92 0 0 0-.13.96c.11.3.37.44.91.68l.04.02c.22.1.54.23.79.43.3.25.56.63.56 1.15v.75a.75.75 0 1 1-1.5 0v-.73a2.49 2.49 0 0 0-.5-.25l-.04-.02c-.47-.2-1.3-.57-1.66-1.47-.35-.89-.17-1.8.37-2.46a3.02 3.02 0 0 1 2.32-1.07c1.31-.02 2.13.43 2.58 1.04a2.22 2.22 0 0 1 .43 1.2s0 .76-.75.76Zm-3 5.75a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" })); }); BookQuestionMarkRtl.displayName = 'BookQuestionMarkRtl'; export var BookQuestionMarkRtlDimensions = { height: 24, width: 24 };