UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Dlib = /*#__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: "M5.219.002a18.85 18.85 0 0 0-1.523.046v23.909c.973.068 1.954.055 2.924-.032.284-.94.575-1.879.86-2.818a14.357 14.357 0 0 0 4.193-1.361l3.12 1.507a14.213 14.213 0 0 0 2.076-1.58l-1.91-2.49c.83-1.02 1.443-2.16 1.726-3.356l3.57-.686a10.528 10.528 0 0 0-.03-2.287l-3.548-.682a8.251 8.251 0 0 0-1.723-3.355c.638-.83 1.276-1.66 1.915-2.488a13.523 13.523 0 0 0-2.043-1.599L11.662 4.26a13.82 13.82 0 0 0-4.187-1.387L6.61.044A18.448 18.448 0 0 0 5.22.002Zm2.33 5.388c3.686.814 6.464 3.746 6.278 6.801-.094 2.897-2.682 5.658-6.243 6.398-.17-.227-.025-.78-.073-1.134L7.506 5.382l.042.01z" })); }); Dlib.displayName = 'Dlib'; export var DlibDimensions = { height: 24, width: 24 };