UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.66 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Bmw = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zm-.296 0c0-5.36-4.345-9.704-9.704-9.704-5.36 0-9.704 4.345-9.704 9.704 0 5.36 4.345 9.704 9.704 9.704 5.36 0 9.704-4.345 9.704-9.704z", fill: "#323544" }), React.createElement("path", { d: "M6.475 11.982a5.533 5.533 0 015.534-5.534v11.067a5.534 5.534 0 005.533-5.533H6.475zM7.216 7.164l-.744.888-.468-.392.751-.894c.084-.101.273-.13.4-.024.145.12.16.304.061.422zM6.393 6.552l-.706.841-.442-.37.714-.852c.083-.099.27-.094.39.007.132.111.132.268.044.374z", fill: "#323544" }), React.createElement("path", { d: "M21.266 11.982a9.258 9.258 0 11-18.515 0 9.258 9.258 0 1118.515 0zM4.51 7.237l1.87 1.57 1.253-1.495c.287-.342.332-.681.03-.973a.62.62 0 00-.782-.072.542.542 0 00.003-.363c-.114-.21-.16-.247-.247-.32a5 5 0 01-.02-.017c-.327-.274-.671-.04-.917.254L4.51 7.237zm8.451-3.272v1.702h.487V3.23h-.732l-.664 1.736-.664-1.736h-.732v2.437h.488V3.965l.642 1.702h.533l.642-1.702zm4.998 4.016l.919-1.301-.405-.5-1.463.628.958-1.252-.377-.465-1.53 1.966.448.548 1.444-.595.005.006-.881 1.29.442.55L19.76 7.77l-.377-.466-1.424.677zm-5.95 9.915a5.914 5.914 0 100-11.828 5.914 5.914 0 000 11.828z", fill: "#323544" })); exports.default = Bmw;