UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 864 B
"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 ZoomOut = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-zoom-out", viewBox: "0 0 16 16", ...props }, React.createElement("path", { fillRule: "evenodd", d: "M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11M13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0" }), React.createElement("path", { d: "M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 001.415-1.414l-3.85-3.85a1 1 0 00-.115-.1 6.5 6.5 0 01-1.398 1.4z" }), React.createElement("path", { fillRule: "evenodd", d: "M3 6.5a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6a.5.5 0 01-.5-.5" })); exports.default = ZoomOut;