Skip to content

Commit

Permalink
feat: Add Django Icon icon (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed Jun 22, 2023
1 parent 96de046 commit 57ddebf
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions icons/es5/DjangoShort.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from "react";
const SvgDjangoShort = props => /*#__PURE__*/React.createElement("svg", _extends({
width: 24,
height: 24,
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.146 0h3.924v18.165c-2.013.382-3.491.535-5.096.535-4.791 0-7.288-2.166-7.288-6.32 0-4.001 2.65-6.6 6.753-6.6.637 0 1.121.051 1.707.204V0Zm0 9.143a3.894 3.894 0 0 0-1.325-.204c-1.988 0-3.134 1.223-3.134 3.364 0 2.09 1.096 3.236 3.109 3.236.433 0 .79-.025 1.35-.102V9.143ZM21.314 6.06v9.097c0 3.134-.229 4.638-.917 5.937-.637 1.249-1.478 2.039-3.211 2.905l-3.644-1.733c1.733-.815 2.574-1.529 3.109-2.625.561-1.121.739-2.421.739-5.835V6.059l3.924.001ZM17.39.021h3.924v4.026H17.39V.021Z",
fill: "currentColor"
}));
export default SvgDjangoShort;
1 change: 1 addition & 0 deletions icons/es5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export { default as Diversity1 } from "./Diversity1";
export { default as Diversity2 } from "./Diversity2";
export { default as Diversity3 } from "./Diversity3";
export { default as Divide } from "./Divide";
export { default as DjangoShort } from "./DjangoShort";
export { default as Dns } from "./Dns";
export { default as DoDisturb } from "./DoDisturb";
export { default as DoDisturbAlt } from "./DoDisturbAlt";
Expand Down
17 changes: 17 additions & 0 deletions icons/jsx/DjangoShort.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react";
const SvgDjangoShort = (props) => (
<svg
width={24}
height={24}
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
d="M11.146 0h3.924v18.165c-2.013.382-3.491.535-5.096.535-4.791 0-7.288-2.166-7.288-6.32 0-4.001 2.65-6.6 6.753-6.6.637 0 1.121.051 1.707.204V0Zm0 9.143a3.894 3.894 0 0 0-1.325-.204c-1.988 0-3.134 1.223-3.134 3.364 0 2.09 1.096 3.236 3.109 3.236.433 0 .79-.025 1.35-.102V9.143ZM21.314 6.06v9.097c0 3.134-.229 4.638-.917 5.937-.637 1.249-1.478 2.039-3.211 2.905l-3.644-1.733c1.733-.815 2.574-1.529 3.109-2.625.561-1.121.739-2.421.739-5.835V6.059l3.924.001ZM17.39.021h3.924v4.026H17.39V.021Z"
fill="currentColor"
/>
</svg>
);
export default SvgDjangoShort;
1 change: 1 addition & 0 deletions icons/jsx/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ export { default as Diversity1 } from "./Diversity1";
export { default as Diversity2 } from "./Diversity2";
export { default as Diversity3 } from "./Diversity3";
export { default as Divide } from "./Divide";
export { default as DjangoShort } from "./DjangoShort";
export { default as Dns } from "./Dns";
export { default as DoDisturb } from "./DoDisturb";
export { default as DoDisturbAlt } from "./DoDisturbAlt";
Expand Down
3 changes: 3 additions & 0 deletions icons/svg/django_short.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57ddebf

Please sign in to comment.