UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

8 lines (7 loc) 761 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var CloudsFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "clouds-fill" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M11.473 9a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 14h8.5a2.5 2.5 0 1 0-.027-5" }), React.createElement("path", { d: "M14.544 9.772a3.5 3.5 0 0 0-2.225-1.676 5.5 5.5 0 0 0-6.337-4.002 4.002 4.002 0 0 1 7.392.91 2.5 2.5 0 0 1 1.17 4.769z" }))); } }))); }; export default CloudsFill;