UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

14 lines (13 loc) 1.15 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _base = require("@atlaskit/icon/base"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const CameraRotateIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><rect width="20" height="16" x="2" y="5" fill="currentcolor" rx="2"/><path fill="currentcolor" d="M8 4c0-.552.453-1 .997-1h6.006c.55 0 .997.444.997 1v1H8z"/><circle cx="12" cy="17" r="1" fill="inherit"/><path fill="inherit" fill-rule="nonzero" d="M16.9 14q.1-.486.1-1a5 5 0 1 0-5 5v-2a3 3 0 1 1 2.83-2z"/><path fill="inherit" d="M13.292 12.291a1.004 1.004 0 0 0 0 1.415l1.997 1.996c.197.197.453.298.712.298.254 0 .511-.099.711-.298l1.995-1.996a1 1 0 1 0-1.414-1.415L16 13.585l-1.294-1.294a1 1 0 0 0-1.414 0"/></g></svg>` }, props)); CameraRotateIcon.displayName = 'CameraRotateIcon'; var _default = exports.default = CameraRotateIcon;