UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 2.14 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 Blender = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-blender", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M15 14c.899 0 1.728.296 2.396.797l-.12-.086q.101.069.196.144l-.076-.058q.07.053.14.109l-.064-.05q.072.055.14.115l-.077-.065a4 4 0 01.565.566l-.065-.078q.061.072.12.147l-.055-.07q.057.071.111.144l-.056-.074q.066.084.127.172l-.07-.098q.058.078.112.16l-.042-.062q.054.078.104.157l-.062-.096q.06.09.117.185l-.055-.089.09.15-.035-.061a4 4 0 01.338.727l-.055-.15q.039.1.073.201l-.018-.051q.033.093.06.188l-.042-.137q.033.1.061.204l-.019-.067q.027.091.05.184l-.03-.117q.03.114.055.23l-.025-.113q.026.107.045.215l-.02-.101q.021.1.037.201l-.017-.1q.018.095.03.19l-.013-.09a4 4 0 01.026.196l.017.205L19 18v2a2 2 0 01-2 2H9a2 2 0 01-2-2v-2q0-.273.036-.537l-.013.105a4 4 0 01.026-.194l-.013.09a4 4 0 01.03-.191l-.017.1q.015-.1.037-.2l-.02.1q.02-.108.046-.215l-.026.114q.024-.117.056-.23l-.03.116a4 4 0 01.049-.184l-.02.067q.03-.104.062-.204l-.042.137q.027-.096.06-.188l-.018.051a4 4 0 01.32-.717l-.064.117q.048-.09.1-.178l-.035.06.09-.15-.055.09q.055-.094.117-.185l-.062.096q.05-.08.104-.157l-.042.061q.054-.08.113-.16l-.071.1q.06-.09.127-.173l-.056.074q.054-.073.111-.143l-.055.069a4 4 0 01.542-.57l-.072.064q.073-.066.15-.129l-.078.065a4 4 0 01.14-.116l-.062.051q.068-.056.139-.11l-.076.06q.096-.076.195-.145l-.12.086q.07-.053.142-.101l-.022.015q.072-.05.145-.096A4 4 0 0111 14zm-2 3a1 1 0 00-.993.883L12 18.01a1 1 0 001.993.117L14 18a1 1 0 00-1-1m1-15a1 1 0 011 .999L16.802 3a2 2 0 011.968 2.358l-1.49 8.191A5 5 0 0015 13h-4c-.822 0-1.597.198-2.28.55l-.464-2.551L6 11a2 2 0 01-2-2V5a2 2 0 012-2l5-.001.007-.116A1 1 0 0112 2zM7.165 4.999L6 5v4l1.893-.001z" })); exports.default = Blender;