UNPKG

web-toolkit

Version:

A GTK inspired toolkit designed to build awesome web apps

31 lines (26 loc) 922 B
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); function SvgComponent(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: "1em", height: "1em" }, props), /*#__PURE__*/React.createElement("path", { d: "M6 2c-.55 0-1 .45-1 1v1H2c-.552 0-1 .45-1 1v8c0 .55.448 1 1 1h12c.552 0 1-.45 1-1V5c0-.55-.448-1-1-1h-3V3c0-.55-.45-1-1-1zm2 3a4 4 0 110 8 4 4 0 010-8zm0 2a2 2 0 100 4 2 2 0 000-4z", style: { marker: "none" }, color: "#bebebe", overflow: "visible", fill: "#474747" })); } var _default = SvgComponent; exports.default = _default; //# sourceMappingURL=camera-photo-symbolic.js.map