UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.22 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIAnimalCrow = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIAnimalCrow = function LIAnimalCrow(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.2 2.8h-.307A1.493 1.493 0 0 0 9.7 2.2a1.5 1.5 0 0 0-1.5 1.5v.393L1.227 9.58a.567.567 0 0 0-.227.454c0 .42.443.695.82.506L4.099 9.4h1.809l.833 2.253a.225.225 0 0 0 .288.134l.423-.154a.225.225 0 0 0 .134-.288L6.868 9.4H7.6c.036 0 .07-.004.106-.005l.835 2.257a.225.225 0 0 0 .288.134l.423-.153a.225.225 0 0 0 .134-.289l-.773-2.091A3.6 3.6 0 0 0 11.2 5.8V4.3L13 4c0-.663-.806-1.2-1.8-1.2zM9.7 4.15a.45.45 0 1 1 0-.9.45.45 0 0 1 0 .9z" }) })); }; exports.LIAnimalCrow = LIAnimalCrow;