UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

22 lines 888 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; export var CameraReelsFill = props => /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "btfont " + (props.className ? props.className : ''), children: [/*#__PURE__*/_jsx("path", { d: "M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M9 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7z", fillRule: "evenodd" })] })); //# sourceMappingURL=CameraReelsFill.js.map