styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.46 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Bdl = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zM9.328 8.617c-.004 3.117 0 6.233-.004 9.351.644-2.079 2.288-3.825 4.35-4.537 1.794-.629 3.86-.513 5.542.39 0-.175 0-.349.002-.524-2.106-1.012-4.687-.962-6.736.168.02-2.716-.003-5.432.011-8.148a436.69 436.69 0 01-2.968 2.965c-.08.1-.216.188-.197.335zm13.39 11.662c.01-3.925-.012-7.851.01-11.776-1.08-1.085-2.16-2.172-3.25-3.246.03.509.021 1.019.02 1.528-.002 4.055.014 8.11.008 12.164-.007.786.073 1.607-.247 2.35-.503 1.31-1.86 2.23-3.266 2.195-1.462.016-2.845-1.005-3.282-2.396-.49-1.41.067-3.089 1.296-3.935 1.117-.81 2.725-.845 3.882-.098.585.366 1.027.918 1.325 1.535a290.645 290.645 0 010-4.482c-1.825-1.005-4.12-1.08-6.005-.192a6.749 6.749 0 00-3.268 3.253c-.593 1.274-.786 2.74-.501 4.119.328 1.742 1.399 3.322 2.878 4.295a6.697 6.697 0 008.503-.91 6.652 6.652 0 001.897-4.404z", key: "k0" })));
});
Bdl.displayName = 'Bdl';
export var BdlDimensions = { height: 32, width: 32 };