@uiw/bootstrap-icons
Version: 
Official open source SVG icon library for Bootstrap.
18 lines • 815 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export var ZoomOut = props => /*#__PURE__*/_jsxs("svg", _extends({
  viewBox: "0 0 20 20"
}, props, {
  className: "btfont " + (props.className ? props.className : ''),
  children: [/*#__PURE__*/_jsx("path", {
    d: "M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0",
    fillRule: "evenodd"
  }), ",", /*#__PURE__*/_jsx("path", {
    d: "M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z",
    fillRule: "evenodd"
  }), ",", /*#__PURE__*/_jsx("path", {
    d: "M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5",
    fillRule: "evenodd"
  })]
}));