UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.19 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BookCoins = /*#__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.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25c0 .41-.34.75-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5v-15Zm6.2 2.96C9.62 7.74 9 8.24 9 9s.62 1.26 1.2 1.54c.62.3 1.43.46 2.3.46.87 0 1.68-.17 2.3-.46.58-.28 1.2-.78 1.2-1.54s-.62-1.26-1.2-1.54A5.46 5.46 0 0 0 12.5 7c-.87 0-1.68.17-2.3.46ZM16 10.9a5.58 5.58 0 0 1-3.5 1.1A5.58 5.58 0 0 1 9 10.89V11c0 1.1 1.57 2 3.5 2s3.5-.9 3.5-2v-.11ZM12.5 14A5.58 5.58 0 0 1 9 12.89V13c0 1.1 1.57 2 3.5 2s3.5-.9 3.5-2v-.11A5.58 5.58 0 0 1 12.5 14Z" })); }); BookCoins.displayName = 'BookCoins'; export var BookCoinsDimensions = { height: 24, width: 24 };